home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00357_Script_Generic Flee Btn Script < prev    next >
Text File  |  1995-05-21  |  597b  |  32 lines

  1. on mouseDown
  2.   put "Flee" into f
  3.   put "FleeHL" into fHL
  4.   hiliter 8, f, fHL
  5.   puppetsound "flee.aif"
  6.   updatestage
  7. end
  8.  
  9.  
  10.  
  11. on mouseUp
  12.   global gTheDay, snap1, snap2, theMovieName, gTheDay
  13.   
  14.   set the castNum of sprite 8 = cast "Flee"
  15.   set the movierate of sprite 48 = 0
  16.   puppetsprite 48, false
  17.   set the sound of cast theMovieName to 0
  18.   updatestage
  19.   if snap1 = 0 and snap2 = 0 then
  20.     updateStage
  21.     puppetsound 0
  22.     go frame gTheDay & "NoShots"
  23.     exit
  24.   else
  25.     updateStage
  26.     puppetsound 0
  27.     go frame "Darkroom"
  28.     exit
  29.   end if
  30.   puppetsound 0
  31. end
  32.